Welcome![Sign In][Sign Up]
Location:
Search - commons-fileupload.jar commons-io.jar

Search list

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \\{ item.write(upFile) fileInfo.put(\"infotip\", \"上传成功.\") } catch (java.lang.Exception e) \\{ fileInfo.put(\"infotip\", \"上传失败.\") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org / apache / commons / io / output / DeferredFil eOutputStream. Later, an investigation will know less commons-io - 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons - fileupload - 1.1.1.jar. servlet-api.jar, commons-io - 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 578002 | Author: 商务通 | Hits:

[JSP/Javacommons-fileupload-1.0-src

Description: java上传组件源码-java passes on the module source code
Platform: | Size: 63488 | Author: 张书扬 | Hits:

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org/apache/commons/io/output/DeferredFil eOutputStream. Later, an investigation will know less commons-io- 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons- fileupload- 1.1.1.jar. servlet-api.jar, commons-io- 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 577536 | Author: 商务通 | Hits:

[JSP/Javacommons-upload

Description: JSP上传函数 -JSP upload function JSP upload function
Platform: | Size: 25600 | Author: telelogic | Hits:

[JSP/JavaSSH2_BY_annotations

Description: SSH2工程模板 struts2.1.8 + Spring2.5+ Hibernate3.2  Spring 用注解方式-antlr-2.7.6.jar asm-2.2.3.jar asm-commons-2.2.3.jar asm-util-2.2.3.jar c3p0-0.9.1.2.jar cglib-nodep-2.1_3.jar common-annotations.jar commons-collections.jar commons-dbcp.jar commons-fileupload-1.2.1.jar commons-io-1.3.2.jar commons-logging-1.0.4.jar commons-logging-api-1.1.jar commons-pool.jar dom4j-1.6.1.jar ejb3-persistence.jar freemarker-2.3.15.jar hibernate-annotations.jar hibernate-commons-annotations.jar hibernate3.jar jta.jar log4j.jar msbase.jar mssqlserver.jar msutil.jar ognl-2.7.3.jar spring-beans.jar spring-context-2.5.6.jar spring-context.jar spring-core-2.5.6.jar spring-core.jar spring-orm.jar spring-tx.jar spring-web-2.5.6.jar spring-web.jar spring-webmvc-portlet.jar spring-webmvc-struts.jar spring-webmvc.jar spring.jar struts2-core-2.1.8.1.jar struts2-spring-plugin-2.1.8.1.jar xwork-core-2.1.6.jar 数据库ms sql database zqkdev table tb_user fields uid int username nvarchar password nvarchar
Platform: | Size: 34816 | Author: | Hits:

[JSP/Javastruts2_fileUpload

Description: a.上传功能 需要使用Struts内置的fileUpload拦截器完成。 ---fileUpload拦截器原理 首先调用指定的上传组件(commons-fileupload.jar)将请求提交的文件解析出来。解析出文件将其放置到一个临时目录下(tomcat/work)。将临时文件对象给Action的属性赋值。 之后执行invoke()方法调用Action的execute处理。 调用Action和Result之后,拦截器将临时文件删除。 注意:由于defaultStack包含fileUpload因此没有特殊需求可以不用引用。 操作需要注意的问题: ---JSP表单中method和enctype属性值 <input type="file" name="xxx"/> ---Action属性定义 File xxx String xxxFileName String xxxContentType ----jar包引用 commons-fileupload依赖commons-io.jar b.下载功能 需要使用Struts提供的stream类型的Result组件。-a.上传功能 需要使用Struts内置的fileUpload拦截器完成。 ---fileUpload拦截器原理 首先调用指定的上传组件(commons-fileupload.jar)将请求提交的文件解析出来。解析出文件将其放置到一个临时目录下(tomcat/work)。将临时文件对象给Action的属性赋值。 之后执行invoke()方法调用Action的execute处理。 调用Action和Result之后,拦截器将临时文件删除。 注意:由于defaultStack包含fileUpload因此没有特殊需求可以不用引用。 操作需要注意的问题: ---JSP表单中method和enctype属性值 <input type="file" name="xxx"/> ---Action属性定义 File xxx String xxxFileName String xxxContentType ----jar包引用 commons-fileupload依赖commons-io.jar b.下载功能 需要使用Struts提供的stream类型的Result组件。
Platform: | Size: 72704 | Author: 说法 | Hits:

[Compress-Decompress algrithmsupload_jar

Description: commons-fileupload-1.2.1.jar和commons-io-1.3.2.jar 上传下载jar包,用于对上传下载的支持-commons-fileupload-1.2.1.jar and commons-io-1.3.2.jar Upload and download jar package for support for uploading and downloading
Platform: | Size: 128000 | Author: menglinjun | Hits:

[JSP/Javafileupload

Description: 代码功能:文件上传,利用输入流的方式 实现文件选取及上传,工程需安放在Myeclipse或Eclipse环境下,除了基本的jar包外,还需添加commons-io-2.4.jar和 commons-fileupload-1.2.2.jar两个包- Code Function: file upload, use patterns of the input stream for file upload, the project should be established under myeclipse or Eclipse environment, in addition to the need to import commons-io-2.4.jar and commons-fileupload-1.2.2.jar two packages
Platform: | Size: 8192 | Author: | Hits:

[JSP/Javaaxis-bin-1_4

Description: commons-fileupload.jar:jsp的上传文件功能 commons-io.jar:可以看成是java.io的扩展 commons-lang.jar:包含了一些数据类型工具类,是java.lang.*的扩展。必须使用的jar包。 commons-pool-1.2.jar:DBCP数据库连接池,Apache的Jakarta组织开发的,Tomcat4的连接池也是DBCP。 commons-validator.jar:用来帮助进行验证的工具。比如验证Email字符串,日期字符串等是否合法。 coreapi.jar:一种应用的核心 类库,这里是Birt的核心包。(Upload file function of commons-fileupload.jar:jsp Commons-io.jar: can be seen as an extension of java.io Commons-lang.jar: contains some data type tool classes that are extensions of java.lang.*. Jar package must be used. Commons-pool-1.2.jar:DBCP database connection pool, Apache Jakarta organization development, Tomcat4 connection pool is also DBCP. Tools for commons-validator.jar: to help validate. For example, verify the Email string, date string, and so on. Coreapi.jar: a core class library for applications, which is the core package of Birt.)
Platform: | Size: 11212800 | Author: 龙晔 | Hits:

[JSP/JavaLab10_struts2fileupload

Description: Struts2文件上传(基于表单的文件上传) ?Commons-FileUpload组件 –Commons是Apache开放源代码组织的一个Java子项目,其中的FileUpload是用来处理HTTP文件上传的子项目 ?Commons-FileUpload组件特点 –使用简单:可以方便地嵌入到JSP文件中,编写少量代码即可完成文件的上传功能 –能够全程控制上传内容 –能够对上传文件的大小、类型进行控制 ?需要下载Common-FileUplaod框架地址(当然MyEclipce中Struts2支持里自带有这两个包): –http://jakarta.apache.org/commons/fileupload/ –下载commons-fileupload-1.2-bin.zip文件 –解压后得到commons-fileupload-1.2.jar –http://jakarta.apache.org/commons/io/ –下载commons-io-1.3.2-bin.zip文件 –解压后得到commons-io-1.3.2.jar(SSH expresses 3 kinds of frameworks in J2EE project, namely Spring + Struts +Hibernate. Struts provides corresponding components for Model, View and Controller.)
Platform: | Size: 3551232 | Author: clarenceZ | Hits:

CodeBus www.codebus.net